home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / code / contr / setup.exe / Disk1 / data1.cab / Configuration_En / Strings / ccSiteManagerStrings.xml < prev    next >
Encoding:
Text File  |  2003-07-18  |  8.8 KB  |  89 lines

  1. <strings>
  2.     <!-- Site Manager strings -->
  3.     <string id="sitemanager/revert/unknown user" value="<version created outside Contribute>" />
  4.     <string id="sitemanager/revert/unknown date" value="Unknown" />
  5.     <string id="sitemanager/validate remote connection" value="Validating connection" />
  6.  
  7.     <!-- Exception error messages -->
  8.     <string id="sitemanager/errors/remote rename" value="Contribute could not rename the file on the server." />
  9.     <string id="sitemanager/errors/connect error" value="Contribute could not connect to the server. Please check your network connection and try again." />
  10.     <string id="sitemanager/errors/generic error" value="An error occurred. Please contact your administrator." />
  11.     <string id="sitemanager/errors/bad host error" value="The server "%s" is not responding. Please check your connection information or contact your administrator." />
  12.     <if platform="windows">
  13.         <string id="sitemanager/errors/unknown host error" value="Unknown host. Contribute could not find the server "%s". Please check your connection information or contact your administrator." />
  14.         <string id="sitemanager/errors/authentication error" value="Your login or password is incorrect. Please check your connection information or contact your administrator." />
  15.         <string id="sitemanager/errors/service unavailable" value="Contribute could not connect because the server is down or not accepting connections. Please contact your administrator." />
  16.         <string id="sitemanager/errors/server error" value="The server gave an unknown response.  Please try the operation again or contact your administrator." />
  17.         <string id="sitemanager/errors/stream error" value="Contribute encountered an internal data error.  Please try the operation again or contact your administrator." />
  18.         <string id="sitemanager/errors/bad filename" value="Invalid filename The given filename either contains illegal characters or is too long.  Please note that the length of the path to the file is included in any file length limits." />
  19.         <string id="sitemanager/errors/not empty" value="Operation failed.  The directory is not empty, or there might be a permission problem." />
  20.         <string id="sitemanager/errors/not directory" value="Operation failed.  The resource is not a directory, or there might be a permission problem." />
  21.         <string id="sitemanager/errors/not file" value="Operation failed.  The resource is not a file, or there might be a permission problem." />
  22.     <else/>
  23.         <string id="sitemanager/errors/unknown host error" value="Unknown host. Contribute could not find the server "%s". Please check your connection information or contact your administrator." />
  24.         <string id="sitemanager/errors/authentication error" value="Your login or password is incorrect. Please check your connection information or contact your administrator." />
  25.         <string id="sitemanager/errors/service unavailable" value="Contribute could not connect because the server is down or not accepting connections. Please contact your administrator." />
  26.         <string id="sitemanager/errors/server error" value="The server gave an unknown response.  Please try the operation again or contact your administrator." />
  27.         <string id="sitemanager/errors/stream error" value="Contribute encountered an internal data error.  Please try the operation again or contact your administrator." />
  28.         <string id="sitemanager/errors/bad filename" value="Invalid filename.  The given filename either contains illegal characters or is too long.  Please note that the length of the path to the file is included in any file length limits." />
  29.         <string id="sitemanager/errors/not empty" value="Operation failed.  The directory is not empty, or there might be a permission problem." />
  30.         <string id="sitemanager/errors/not directory" value="Operation failed.  The resource is not a directory, or there might be a permission problem." />
  31.         <string id="sitemanager/errors/not file" value="Operation failed.  The resource is not a file, or there might be a permission problem." />
  32.     </if>
  33.     <string id="sitemanager/errors/out of memory" value="Out of memory" />
  34.  
  35.     <!-- Dialog strings -->
  36.     <string id="sitemanager/dialogs/checking template" value="Checking site "%s" - template "%s"" />
  37.     <string id="sitemanager/dialogs/password info" value="Contribute was unable to log into the FTP server '%s' for site '%s' because the password is invalid. Enter the correct password to continue, or contact your administrator for assistance." />
  38.     <if platform="windows">
  39.         <string id="sitemanager/dialogs/stc password failed info" value="Contribute was unable to log into the server for site "%s" because the password is invalid. Contact your administrator (%s) for a new connection key." />
  40.     <else/>
  41.         <string id="sitemanager/dialogs/stc password failed info" value="Contribute was unable to log into the server for site "%s" because the password is invalid. Contact your administrator (%s) for a new connection key." />
  42.     </if>
  43.  
  44.     <!-- Revert Dialog Strings -->
  45.     <string id="sitemanager/revert dialog/publish column" value="Published By" />
  46.     <string id="sitemanager/revert dialog/date column" value="Published On" />
  47.     <string id="sitemanager/revert dialog/warn lock" value="This page is currently checked out by %s (%s). You can't roll back this page." />
  48.     <if platform="windows">
  49.         <string id="sitemanager/revert dialog/revert info" value="Current version:       Published by %s on %s Select a version to roll back to:" />
  50.     <else/>
  51.         <string id="sitemanager/revert dialog/revert info" value="Current version published by %s on %s Select a version to roll back to:" />
  52.     </if>
  53.     <string id="sitemanager/revert dialog/revert info notfound" value="Current version: Unknown Select a version to roll back to:" />
  54.     <string id="sitemanager/revert dialog/getting info title" value="Getting Version Information" />
  55.     <string id="sitemanager/revert dialog/preview button preview" value="Show &Preview >>" />
  56.     <string id="sitemanager/revert dialog/preview button hide" value="<< Hide &Preview" />
  57.     <string id="sitemanager/revert dialog/no baks" value="There are no previous versions for the current page." />
  58.     <string id="sitemanager/revert dialog/revert info no selection" value="Please select a previous version to roll back to." />
  59.     <if platform="windows">
  60.         <string id="sitemanager/revert dialog/error/cannot revert while editing" value="You can't roll back a page you're editing. Publish your changes or cancel this draft, then select Roll Back again." />
  61.     <else/>
  62.         <string id="sitemanager/revert dialog/error/cannot revert while editing" value="You can't roll back a page you're editing. Publish your changes or cancel this draft, then select Roll Back again." />
  63.     </if>
  64.  
  65.     <!-- Error Response Codes -->
  66.     <string id="sitemanager/errorcode/421-426" value="Unable to connect to the server." />
  67.     <string id="sitemanager/errorcode/450" value="Unable to access a remote file." />
  68.     <string id="sitemanager/errorcode/451" value="Unable to access a local file." />
  69.     <string id="sitemanager/errorcode/452" value="There is not enough disk space on the server to perform this action. Please contact your administrator for assistance." />
  70.     <string id="sitemanager/errorcode/500-504" value="An unknown error occurred." />
  71.     <string id="sitemanager/errorcode/530" value="Check your FTP username and password." />
  72.     <string id="sitemanager/errorcode/532" value="You do not have permission to put files on the server." />
  73.     <string id="sitemanager/errorcode/550" value="Access Denied.  The file may not exist, or there could be a permission problem." />
  74.     <string id="sitemanager/errorcode/552" value="You have exceeded your storage quota on the server." />
  75.     <string id="sitemanager/errorcode/553" value="Access Denied.  There could be a permission problem, or you may have exceeded a file transfer limit." />
  76.     <string id="sitemanager/errorcode/550 with file name" value="Unable to access file "%s".  The file may not exist, or there could be a permission problem." />
  77.  
  78.     <string id="sitemanager/synchronizing templates title" value="Updating Templates" />
  79.     <string id="sitemanager/synchronizing template file" value="Synchronizing Template '%s'" />
  80.     <string id="sitemanager/downloading file" value="Downloading '%s'" />
  81.     <string id="sitemanager/uploading file" value="Uploading '%s'" />
  82.     <string id="sitemanager/exception/unknown error" value="Unknown error" />
  83.  
  84.     <string id="sitemanager/status/cancelling title" value="Cancelling" />
  85.     <string id="sitemanager/status/cancelling message" value="Cancelling operation..." />
  86.     <string id="sitemanager/status/server not responding title" value="Server not responding" />
  87.     <string id="sitemanager/status/server not responding message" value="Waiting for server..." />
  88. </strings>
  89.